From: Florian Eckert Date: Wed, 26 Sep 2018 08:44:25 +0000 (+0200) Subject: luci-theme-material: fix partly hidden logout navbar item X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=8a8c3ae57be2835ec423406d09b2b4e630941bde;p=project%2Fluci.git luci-theme-material: fix partly hidden logout navbar item Signed-off-by: Florian Eckert Signed-off-by: Konrad Kreitmair --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index c6e893715d..8fa45d9809 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -400,7 +400,8 @@ header > .fill > .container > .status { } .main > .main-left > .nav > li:nth-last-child(1) { - margin-top: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; font-size: 1.2rem; }